ID #52 5E PATTERN$($) --------------------------------------------- PATTERN lexfile, 171 bytes PATTERN$("A") returns a 6-byte string that is an exact replica of the HP-71's LCD display of the letter "A". Each byte represents one LCD dot column, in the same format as used by the GDISP command. So GDISP PATTERN$("A") graphically places an "A" in the display. The argument may be any length; the result will always be 6 times longer. Also, the user's own custom CHARSET characters are mapped correctly by PATTERN$.